@charset "utf-8";
/* CSS Document */

/*底部*/
#footer{
	padding-top:8px;
	border-top:#c7d5ea 2px solid;
	margin-top:10px;
	clear:both;
	font-size:12px;
	color:#666;
	width:950px;
	background:url(/templates/default/images/footer_bg.gif) no-repeat top left;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#footer_nav{
	height:24px;
	text-align:center;
	width:800px;
	margin: auto;
}
#footer_nav ul{}
#footer_nav ul li{
	float:left;
	display:inline;
	margin-left:50px;
	text-align:center;
	}
#footer_nav ul li a:link,#footer_nav ul li a:visited{
	color: #666666;	
}
#footer_nav ul li a:hover{
	color: #FF0000;
}
#copyright{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#copyright a{
}
#Copright span{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 25px;
	float: left;
	height: 25px;
}
#footer a:link {
	color: #666;
	text-decoration: none;
}
#footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;

}
#footer a:active {
	color: #666;
	text-decoration: none;
}

.pager{
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align: center;
	align:center;
	margin: 0px auto;
}
.pagerInfo {
	float: left;
}
.pagerBtn {
	display: block;
	float: left;
	margin-left: 3px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	line-height: 18px;
	color: #999999;
}
a.pagerBtn:link {
	text-decoration: none;
	color: #003399;
	font-size: 12px;
}
a.pagerBtn:visited {
	text-decoration: none;
	color: #000099;
	font-size: 12px;
}
a.pagerBtn:hover {
	color: #FF6600;
	font-size: 12px;
}
.pagerNumber {
	display: block;
	float: left;
	line-height: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.pagerNumber span {
	color: #FF0000;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.pagerNumber a {
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	height: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
